ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / MenuBaseTagHelper<T,TControl> Class / CloseOnLeave Property

In This Topic
    CloseOnLeave Property (MenuBaseTagHelper<T,TControl>)
    In This Topic
    Configurates C1.Web.Mvc.MenuBase<T>.CloseOnLeave. Sets a value that determines whether the menu should close automatically when the mouse leave the items.
    Syntax
    'Declaration
     
    Public Property CloseOnLeave As Boolean
    public bool CloseOnLeave {get; set;}
    See Also